home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / test / all-land.g < prev    next >
Encoding:
Text File  |  1993-02-22  |  798 b   |  67 lines  |  [TEXT/R*ch]

  1. (game-module "t-land"
  2.   (variants (see-all true))
  3. )
  4.  
  5. (set random-state 1)
  6.  
  7. (include "standard")
  8.  
  9. (include "ng-italian")
  10.  
  11. (add (town city) namer "italian-place-names")
  12.  
  13. ;(set see-all true)
  14.  
  15. (set country-radius-min 4)
  16.  
  17. (set country-radius-max 30)
  18.  
  19. (add t* country-growth-chance 80)
  20.  
  21. (add town unit-growth-chance 100)
  22.  
  23. (add base unit-growth-chance 100)
  24.  
  25. (table favored-terrain add (base plains 100))
  26.  
  27. ;(add town independent-growth-chance 200)
  28.  
  29. (table base-consumption (u* m* 0))
  30.  
  31. (table independent-density (u* t* 0))
  32.  
  33. (area 60 30)
  34.  
  35. (area (terrain
  36.   "60e"
  37.   "60e"
  38.   "60e"
  39.   "60e"
  40.   "60e"
  41.   "60e"
  42.   "60e"
  43.   "60e"
  44.   "60e"
  45.   "60e"
  46.   "60e"
  47.   "60e"
  48.   "60e"
  49.   "13e2a30e2a13e"
  50.   "60e"
  51.   "60e"
  52.   "60e"
  53.   "60e"
  54.   "60e"
  55.   "60e"
  56.   "60e"
  57.   "60e"
  58.   "60e"
  59.   "60e"
  60.   "60e"
  61.   "60e"
  62.   "60e"
  63.   "60e"
  64.   "60e"
  65.   "60e"
  66. ))
  67.